CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab 梯度法

搜索资源列表

  1. Equalizer_LSM

    0下载:
  2. 基于LM算法实现的均衡器。采用梯度估计近似实现最陡下降法。给出最后实验误差平方的均值曲线图。有完整的注释。-LM algorithm based on the equalizer. Similar to the realization of the estimated gradient steepest descent method. Finally, given the experimental error of the mean-square curve. Note complete.
  3. 所属分类:3G develop

    • 发布日期:2017-04-07
    • 文件大小:774
    • 提供者:why98
  1. SteepestDescentMethod

    0下载:
  2. 最速下降梯度法matlab程序 -Steepest Descent Method
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:26173
    • 提供者:王雪
  1. zuiyouhuasuanfa

    0下载:
  2. 最优化计算的牛顿法+共轭梯度法的MATLAB程序 共包含五个 m文件 -Newton optimization calculation method+ conjugate gradient method of MATLAB program file contains a total of 5 m
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:1628
    • 提供者:touquezheng
  1. Newton_Method

    1下载:
  2. 自己根据<最优化理论与基础>课本编的matlab程序 最优化问题求解: 牛顿法 自助输入目标函数及其梯度-Optimization: Newton Method Type in objective function and its gradient by yourself.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2287
    • 提供者:GPack
  1. 12

    0下载:
  2. 程序代码说明 用Prewitt算子检测图像的边缘 用不同σ值的LoG算子检测图像的边缘 用Canny算子检测图像的边缘 图像的阈值分割 用水线阈值法分割图像 对矩阵进行四叉树分解 将图像分为文字和非文字的两个类别 形态学梯度检测二值图像的边缘 形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象 -Program code shows the image using Prewitt edge de
  3. 所属分类:Graph program

    • 发布日期:2017-04-24
    • 文件大小:42545
    • 提供者:lmj
  1. algorithm_of_the_constrained_optimization

    5下载:
  2. 约束优化问题算法的 matlab 程序,包括: minRosen.m---Rosen 梯度投影法 minFactor.m----乘子法 minconPS.m-----坐标轮换法 minPF.m----外点罚函数法 minMixFun.m-----混合罚函数法 minJSMixFun.m----加速混合罚函数法-Constrained optimization algorithm matlab procedures, including: minRosen.m-- Rose
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:4208
    • 提供者:lili
  1. BPnn

    0下载:
  2. 基于随机梯度下降法的两层sigmoid神经元的BP算法-Stochastic gradient descent method based on two layers of sigmoid neurons in the BP algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:918
    • 提供者:songmin
  1. chap3

    0下载:
  2. 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:11603
    • 提供者:王兆云
  1. descent

    1下载:
  2. 自适应滤波中的最速下降法仿真程序,课程的大作业,可以绘制梯度曲线-Adaptive Filter steepest descent method simulation program, course the big job, you can draw the gradient curve
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1185
    • 提供者:lurui
  1. 1

    0下载:
  2. 基于lms算法的干扰自适应抵消LMS算法是基于最陡下降法的统计估计的最小均方值算法,令误差的均方值达到最小时的抽头系数的值即为最优解。LMS算法抽头系数w的变化方向为代价方程的负梯度方向。-Lms algorithm based on adaptive interference cancellation algorithm is the LMS steepest descent method based on statistical estimation of the least mean sq
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:3985
    • 提供者:ct
  1. mycode

    0下载:
  2. matlab实现共轭梯度法源代码,有助于初学者学习最优化课程-matlab conjugate gradient method to achieve source code.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1580
    • 提供者:zhucehao
  1. zuiyouhauzuoye

    2下载:
  2. 最优化共轭梯度算法、最速下降法、牛顿法、拟牛顿法matlab源码,含泪奉上-Conjugate gradient optimization algorithm, the steepest descent method, Newton method, quasi Newton method matlab source, tears offer
  3. 所属分类:matlab例程

    • 发布日期:2012-11-30
    • 文件大小:64218
    • 提供者:zhucehao
  1. Opt_Steepest

    0下载:
  2. 用最速下降法求最优化解 输入:f为函数名 grad为梯度函数 x0为解的初值 TolX,TolFun分别为变量和函数的误差阈值 dist0为初始步长 MaxIter为最大迭代次数 输出: xo为取最小值的点 fo为最小的函数值 f0 = f(x(0- Steepest Descent Method with Optimum Solution input: f as a function name grad is gradient function x0 fo
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:940
    • 提供者:
  1. minRosen

    1下载:
  2. Rosen梯度法求解约束多维函数的极值用matlab实现-Rosen gradient method for solving constrained multi-dimensional realization of the function extreme value with matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1158
    • 提供者:王国
  1. tdxjf

    1下载:
  2. 梯度下降法的matlab程序,已检查过,没有错误,参考数值分析一书。-ti du xia jiang fa
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1046
    • 提供者:lin
  1. gradient-method

    0下载:
  2. 用matlab编程,实现最优控制理论中的梯度法。-With the matlab programming, optimal control theory the gradient method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:2434
    • 提供者:高盼
  1. cg

    0下载:
  2. 共轭梯度法,有例子。使用MATLAB编程,居实用性。-include example.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:626
    • 提供者:YU Peng
  1. imageEdgeDetect

    0下载:
  2. edge_detect.m : 图像边缘检测 其中使用 梯度算子边缘检测 : roberts算子、prewitt算子、Sobel算子、Canny算子 二阶微分算子法 : 拉普拉斯高斯算子、canny算子 lenna.bmp : 原始灰度图片 实验结果文件夹 : 保存了实验过程中生成的图像和程序流程图-edge_detect.m: edge detection which uses the gradient operator edge detection:
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:388874
    • 提供者:许胜强
  1. edge_detect

    0下载:
  2. 自己编的经典边缘检测和锐化算法,包含正交梯度法、Roberts梯度算子法、Prewitt梯度算子法、Sobel算子法、各向同性Sobel算子法;以及matlab自带工具箱相应算法的实现结果。希望对初学数字图像处理的朋友有帮助。-Their own series of classic edge detection and sharpening algorithms, including the orthogonal gradient method, Roberts gradient operato
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:2352
    • 提供者:guerchengmin
  1. application-of-CG-and-Gauss-Seidel-

    0下载:
  2. 共轭梯度法和Gauss-Seidel迭代法的matlab实现,实例操作,取得了良好的效果-Conjugate gradient method and the Gauss-Seidel iteration method matlab implementation, instance operations, and achieved good results
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:42898
    • 提供者:张明
« 1 2 3 4 5 6 78 9 10 11 12 ... 21 »
搜珍网 www.dssz.com